body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    color: #333;
    background: #FFFDD0;
}
header {
    text-align: center;
    margin-bottom: 30px;
    
}
h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}
h2 {
    color: #555;
    margin-top: 30px;
}
p {
    margin-bottom: 15px;
}
.content {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 100px;
    
}


header {
    background: #44693f;
    color: white;
    padding: 10px;
    text-align: center;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
}

footer {
    background: #44693f;
    color: white;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    width: 100%;
    bottom: -1;

}